home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / shared.dir / 01236_Movie 4.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  169 b   |  12 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   ClearPuppets()
  5.   puppetSprite(45, 0)
  6.   if the movie = "04.dir" then
  7.     go("40")
  8.   else
  9.     go(1, "04")
  10.   end if
  11. end
  12.